Creating Modules

Overview

Creating Modules Modules can be toggled from either the user interface or through the toggle command. Unlike commands which perform an action once, modules may run indefinitely and listen for and react to relevant events. Registering a module Calling the registerModule on your scripts instance will ...